- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using AMT_AuthorizationService to add an ACL entry. The SDK says, "The DigestRealm is obtained by calling GetDigestRealm()." I can't find this function anywhere. Am I missing something?
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Stephen Hibbert (Intel)
I'm using AMT_AuthorizationService to add an ACL entry. The SDK says, "The DigestRealm is obtained by calling GetDigestRealm()." I can't find this function anywhere. Am I missing something?
You have found a bug in the documentation :(
GetDigestRealm() is a call that is in the External Operations Interface (EOI) a.k.a. AMT SOAP interface and should not be referenced in the WS-Management Classes.
For WS-Man the Digest Realm is a porperty of the AMT_GeneralSettings CIM class. So you just need to get an instance of this object to and read that property.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Stephen Hibbert (Intel)
I'm using AMT_AuthorizationService to add an ACL entry. The SDK says, "The DigestRealm is obtained by calling GetDigestRealm()." I can't find this function anywhere. Am I missing something?
You have found a bug in the documentation :(
GetDigestRealm() is a call that is in the External Operations Interface (EOI) a.k.a. AMT SOAP interface and should not be referenced in the WS-Management Classes.
For WS-Man the Digest Realm is a porperty of the AMT_GeneralSettings CIM class. So you just need to get an instance of this object to and read that property.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Lance Atencio (Intel)
You have found a bug in the documentation :(
GetDigestRealm() is a call that is in the External Operations Interface (EOI) a.k.a. AMT SOAP interface and should not be referenced in the WS-Management Classes.
For WS-Man the Digest Realm is a porperty of the AMT_GeneralSettings CIM class. So you just need to get an instance of this object to and read that property.
Great, thanks.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page