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

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

Visual Basic
Dim instance As KeyDescriptor
Dim value As SecurityKeyIdentifier

value = instance.KeyInfo

instance.KeyInfo = value

Синтаксис

Visual Basic
Public Property KeyInfo As SecurityKeyIdentifier
C#
public SecurityKeyIdentifier KeyInfo { get; set; }
C++
public:
property SecurityKeyIdentifier^ KeyInfo {
		SecurityKeyIdentifier^ get ();
		void set (SecurityKeyIdentifier^ value);
}
J#
/** @property */
public SecurityKeyIdentifier get_KeyInfo ()

/** @property */
public void set_KeyInfo (SecurityKeyIdentifier value)
JScript
public function get KeyInfo () : SecurityKeyIdentifier

public function set KeyInfo (value : SecurityKeyIdentifier)

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также