SymmetricProofDescriptor 类

定义

这种可用于发布基于标记的对称密钥。

public ref class SymmetricProofDescriptor : System::IdentityModel::Tokens::ProofDescriptor
public class SymmetricProofDescriptor : System.IdentityModel.Tokens.ProofDescriptor
type SymmetricProofDescriptor = class
    inherit ProofDescriptor
Public Class SymmetricProofDescriptor
Inherits ProofDescriptor
继承
SymmetricProofDescriptor

构造函数

SymmetricProofDescriptor(Byte[], EncryptingCredentials)

使用指定密钥材料初始化 SymmetricProofDescriptor 类的新实例。

SymmetricProofDescriptor(EncryptingCredentials)

使用指定的加密凭据初始化 SymmetricProofDescriptor 类的新实例。

SymmetricProofDescriptor(Int32, EncryptingCredentials)

使用自动生成的密钥初始化 SymmetricProofDescriptor 类的新实例。

SymmetricProofDescriptor(Int32, EncryptingCredentials, EncryptingCredentials)

使用自动生成的密钥初始化 SymmetricProofDescriptor 类的新实例。

SymmetricProofDescriptor(Int32, EncryptingCredentials, EncryptingCredentials, Byte[])

初始化 SymmetricProofDescriptor 类的新实例用以发送联合的平均信息量。

SymmetricProofDescriptor(Int32, EncryptingCredentials, EncryptingCredentials, Byte[], String)

初始化 SymmetricProofDescriptor 类的新实例用以发送联合的平均信息量。

SymmetricProofDescriptor(Int32, EncryptingCredentials, EncryptingCredentials, String)

使用此构造函数包含自动生成的 STS 密钥并将其作为加密密钥在证明标记中发送。 包括以下两种情况:1. 客户端发送熵,但服务器会拒绝它。2. 客户端不会发送熵,因此仅使用服务器的熵。

属性

KeyIdentifier

获取可在标记内部使用的键标识符,该标识符可用于定义键。 它通常是二进制机密或加密密钥。

RequestorEncryptingCredentials

获取请求方的加密凭据可能用于在响应中加密请求的证明标记或平均信息量。

TargetEncryptingCredentials

获取依赖方的加密凭据可能用于在响应中加密请求的安全性。

方法

ApplyTo(RequestSecurityTokenResponse)

基于证明说明符中的设置修改指定的 RSTR。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetKeyBytes()

获取密钥材料。

GetSourceEntropy()

在纯字节中获取源平均信息量。

GetTargetEntropy()

在纯字节中获取目标平均信息量。

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于