EncryptingCredentials 类

定义

表示用于加密校验密钥的加密密钥和加密算法。

public ref class EncryptingCredentials
public class EncryptingCredentials
type EncryptingCredentials = class
Public Class EncryptingCredentials
继承
EncryptingCredentials
派生

注解

此类定义可用于加密证明密钥的加密凭据。 它与 SigningCredentials 类非常相似。

构造函数

EncryptingCredentials()

初始化 EncryptingCredentials 类的新实例。

EncryptingCredentials(SecurityKey, SecurityKeyIdentifier, String)

使用指定的加密密钥、密钥标识符和加密算法来初始化 EncryptingCredentials 类的新实例。

属性

Algorithm

获取或设置加密算法。

SecurityKey

获取或设置加密密钥材料。

SecurityKeyIdentifier

获取或设置标识加密凭据的标识符。

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于