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
命名空间: Microsoft.IdentityModel.Tokens
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)
用法
Dim instance As ProofDescriptor Dim value As SecurityKeyIdentifier value = instance.KeyIdentifier
语法
声明
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
属性值
Returns the key identifier.
线程安全
此类型的任何公共静态(在 Visual Basic 中为 Shared)成员都是线程安全的。但不能保证任何实例成员是线程安全的。
平台
开发平台
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
请参见
参考
ProofDescriptor 类
ProofDescriptor 成员
Microsoft.IdentityModel.Tokens 命名空间