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
Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim instance As ProofDescriptor
Dim value As SecurityKeyIdentifier
value = instance.KeyIdentifier
|
Syntax
Visual Basic |
Public MustOverride ReadOnly Property KeyIdentifier As SecurityKeyIdentifier
|
C# |
public abstract SecurityKeyIdentifier KeyIdentifier { get; }
|
C++ |
public:
virtual property SecurityKeyIdentifier^ KeyIdentifier {
SecurityKeyIdentifier^ get () abstract;
}
|
J# |
/** @property */
public abstract SecurityKeyIdentifier get_KeyIdentifier ()
|
JScript |
public abstract function get KeyIdentifier () : SecurityKeyIdentifier
|
Property Value
Returns the key identifier.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also