Get the key identifier that can be used inside issued to define the
key either symmetric or asymmetric. If the key is symmetric, it is
usually the binary secret or encrypted key; if it is asymmetric it
is usually the key identifier from the RST/UseKey i.e. the public
key
Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim instance As ProofDescriptor
Dim value As SecurityKeyIdentifier
value = instance.KeyIdentifier
|
Синтаксис
Visual Basic |
Public MustOverride ReadOnly Property KeyIdentifier As SecurityKeyIdentifier
|
C# |
public abstract SecurityKeyIdentifier KeyIdentifier { get; }
|
C++ |
public:
virtual property SecurityKeyIdentifier^ KeyIdentifier {
SecurityKeyIdentifier^ get () abstract;
}
|
J# |
/** @property */
public abstract SecurityKeyIdentifier get_KeyIdentifier ()
|
JScript |
public abstract function get KeyIdentifier () : SecurityKeyIdentifier
|
Значение свойства
Returns the key identifier.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также