Get the key identifier that can be used inside issued to define the
key. It is usually the binary secret or the encrypted key;
Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
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
|
Значение свойства
The key identifier.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также