- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
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 Solución
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
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.
Enlace copiado
2 Respuestas
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
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.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
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.
Responder
Opciones de temas
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla