Identify cryptographic keys that are used in some way to
authenticate an attesting entity. [Saml2Core, 2.4.1.3]
Пространство имен:
Microsoft.IdentityModel.Tokens.Saml2
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
Visual Basic |
Public ReadOnly Property KeyIdentifiers As Collection(Of SecurityKeyIdentifier)
|
C# |
public Collection<SecurityKeyIdentifier> KeyIdentifiers { get; }
|
C++ |
public:
property Collection<SecurityKeyIdentifier^>^ KeyIdentifiers {
Collection<SecurityKeyIdentifier^>^ get ();
}
|
J# |
/** @property */
public Collection<SecurityKeyIdentifier> get_KeyIdentifiers ()
|
JScript |
public function get KeyIdentifiers () : Collection<SecurityKeyIdentifier>
|
Значение свойства
Returns a collection of type
SecurityKeyIdentifier.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также