Construct an proof token based on a key identifier.
命名空间: Microsoft.IdentityModel.Tokens
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)
用法
Dim keyIdentifier As SecurityKeyIdentifier Dim instance As New AsymmetricProofDescriptor(keyIdentifier)
语法
声明
Public Sub New ( _
keyIdentifier As SecurityKeyIdentifier _
)
public AsymmetricProofDescriptor (
SecurityKeyIdentifier keyIdentifier
)
public:
AsymmetricProofDescriptor (
SecurityKeyIdentifier^ keyIdentifier
)
public AsymmetricProofDescriptor (
SecurityKeyIdentifier keyIdentifier
)
public function AsymmetricProofDescriptor (
keyIdentifier : SecurityKeyIdentifier
)
参数
- keyIdentifier
The key identifier on which to construct the proof token.
平台
开发平台
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
请参见
参考
AsymmetricProofDescriptor 类
AsymmetricProofDescriptor 成员
Microsoft.IdentityModel.Tokens 命名空间