Proprietà KeyDescriptor.KeyInfo
Spazio dei nomi: Microsoft.IdentityModel.Protocols.WSFederation.Metadata
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Utilizzo
Dim instance As KeyDescriptor Dim value As SecurityKeyIdentifier value = instance.KeyInfo instance.KeyInfo = value
Sintassi
'Dichiarazione
Public Property KeyInfo As SecurityKeyIdentifier
public SecurityKeyIdentifier KeyInfo { get; set; }
public:
property SecurityKeyIdentifier^ KeyInfo {
SecurityKeyIdentifier^ get ();
void set (SecurityKeyIdentifier^ value);
}
/** @property */
public SecurityKeyIdentifier get_KeyInfo ()
/** @property */
public void set_KeyInfo (SecurityKeyIdentifier value)
public function get KeyInfo () : SecurityKeyIdentifier
public function set KeyInfo (value : SecurityKeyIdentifier)
Thread safety
Alcuni membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non esiste garanzia che tutti i membri di istanza siano thread-safe.
Piattaforme
Piattaforme di sviluppo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vedere anche
Riferimento
Classe KeyDescriptor
Membri KeyDescriptor
Spazio dei nomi Microsoft.IdentityModel.Protocols.WSFederation.Metadata