Пространство имен: Microsoft.IdentityModel.Tokens.Saml2
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As Saml2NameIdentifier
Dim value As Collection(Of EncryptedKeyIdentifierClause)

value = instance.ExternalEncryptedKeys

Синтаксис

Visual Basic
Public ReadOnly Property ExternalEncryptedKeys As Collection(Of EncryptedKeyIdentifierClause)
C#
public Collection<EncryptedKeyIdentifierClause> ExternalEncryptedKeys { get; }
C++
public:
property Collection<EncryptedKeyIdentifierClause^>^ ExternalEncryptedKeys {
		Collection<EncryptedKeyIdentifierClause^>^ get ();
}
J#
/** @property */
public Collection<EncryptedKeyIdentifierClause> get_ExternalEncryptedKeys ()
JScript
public function get ExternalEncryptedKeys () : Collection<EncryptedKeyIdentifierClause>

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также