Compartir a través de


ProofDescriptor.KeyIdentifier (Propiedad)

Get the key identifier that can be used inside issued to define the key either symmetric or asymmetric. If the key is symmetric, it is usually the binary secret or encrypted key; if it is asymmetric it is usually the key identifier from the RST/UseKey i.e. the public key

Espacio de nombres: Microsoft.IdentityModel.Tokens
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As ProofDescriptor
Dim value As SecurityKeyIdentifier

value = instance.KeyIdentifier

Sintaxis

'Declaración
Public MustOverride ReadOnly Property KeyIdentifier As SecurityKeyIdentifier
public abstract SecurityKeyIdentifier KeyIdentifier { get; }
public:
virtual property SecurityKeyIdentifier^ KeyIdentifier {
    SecurityKeyIdentifier^ get () abstract;
}
/** @property */
public abstract SecurityKeyIdentifier get_KeyIdentifier ()
public abstract function get KeyIdentifier () : SecurityKeyIdentifier

Valor de propiedad

Returns the key identifier.

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

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

Vea también

Referencia

ProofDescriptor (Clase)
ProofDescriptor (Miembros)
Microsoft.IdentityModel.Tokens (Espacio de nombres)