The key identifier that the requestor has provided from the use key.
Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As AsymmetricProofDescriptor
Dim value As SecurityKeyIdentifier

value = instance.KeyIdentifier

Синтаксис

Visual Basic
Public Overrides ReadOnly Property KeyIdentifier As SecurityKeyIdentifier
C#
public override SecurityKeyIdentifier KeyIdentifier { get; }
C++
public:
virtual property SecurityKeyIdentifier^ KeyIdentifier {
		SecurityKeyIdentifier^ get () override;
}
J#
/** @property */
public SecurityKeyIdentifier get_KeyIdentifier ()
JScript
public override function get KeyIdentifier () : SecurityKeyIdentifier

Значение свойства

Returns a SecurityKeyIdentifier.

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также