Basic256SecurityAlgorithmSuite 类
定义
基本的 256 位安全算法组。The basic 256-bit security algorithm suite.
public ref class Basic256SecurityAlgorithmSuite : System::ServiceModel::Security::SecurityAlgorithmSuite
public class Basic256SecurityAlgorithmSuite : System.ServiceModel.Security.SecurityAlgorithmSuite
type Basic256SecurityAlgorithmSuite = class
inherit SecurityAlgorithmSuite
Public Class Basic256SecurityAlgorithmSuite
Inherits SecurityAlgorithmSuite
- 继承
构造函数
| Basic256SecurityAlgorithmSuite() |
创建和初始化 Basic256SecurityAlgorithmSuite 的实例。Creates and initializes an instance of Basic256SecurityAlgorithmSuite. |
属性
| DefaultAsymmetricKeyWrapAlgorithm |
获取默认的非对称密钥换行算法 RsaOaepKeyWrap。Gets the default asymmetric key wrap algorithm, RsaOaepKeyWrap. |
| DefaultAsymmetricSignatureAlgorithm |
获取默认的非对称签名算法 RsaSha1Signature。Gets the default asymmetric signature algorithm, RsaSha1Signature. |
| DefaultCanonicalizationAlgorithm |
获取默认的规范化算法 ExclusiveC14n。Gets the default canonicalization algorithm, ExclusiveC14n. |
| DefaultDigestAlgorithm |
获取默认摘要算法 Sha1Digest。Gets the default digest algorithm, Sha1Digest. |
| DefaultEncryptionAlgorithm |
获取默认的摘要算法 Aes256Encryption。Gets the default encryption algorithm, Aes256Encryption. |
| DefaultEncryptionKeyDerivationLength |
获取默认的加密密钥派生长度 256。Gets the default encryption key derivation length, 256. |
| DefaultSignatureKeyDerivationLength |
获取默认的签名密钥派生长度 192。Gets the default signature key derivation length, 192. |
| DefaultSymmetricKeyLength |
获取默认的对称密钥长度 256。Gets the default symmetric key length, 256. |
| DefaultSymmetricKeyWrapAlgorithm |
获取默认的对称密钥换行算法 Aes256KeyWrap。Gets the default symmetric key wrap algorithm, Aes256KeyWrap. |
| DefaultSymmetricSignatureAlgorithm |
获取默认的对称签名算法 HmacSha1Signature。Gets the default symmetric signature algorithm, HmacSha1Signature. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| IsAsymmetricKeyLengthSupported(Int32) |
如果支持指定的非对称密钥长度,则返回 |
| IsAsymmetricKeyWrapAlgorithmSupported(String) |
指示是否支持非对称密钥换行算法。Indicates whether an asymmetric key wrap algorithm is supported. (继承自 SecurityAlgorithmSuite) |
| IsAsymmetricSignatureAlgorithmSupported(String) |
指示是否支持非对称签名算法。Indicates whether an asymmetric signature algorithm is supported. (继承自 SecurityAlgorithmSuite) |
| IsCanonicalizationAlgorithmSupported(String) |
指示是否支持规范化算法。Indicates whether a canonicalization algorithm is supported. (继承自 SecurityAlgorithmSuite) |
| IsDigestAlgorithmSupported(String) |
指示是否支持摘要算法。Indicates whether a digest algorithm is supported. (继承自 SecurityAlgorithmSuite) |
| IsEncryptionAlgorithmSupported(String) |
指示是否支持加密算法。Indicates whether an encryption algorithm is supported. (继承自 SecurityAlgorithmSuite) |
| IsEncryptionKeyDerivationAlgorithmSupported(String) |
指示是否支持加密密钥派生算法。Indicates whether an encryption key derivation algorithm is supported. (继承自 SecurityAlgorithmSuite) |
| IsSignatureKeyDerivationAlgorithmSupported(String) |
指示是否支持签名密钥派生算法。Indicates whether a signature key derivation algorithm is supported. (继承自 SecurityAlgorithmSuite) |
| IsSymmetricKeyLengthSupported(Int32) |
如果支持指定的对称密钥长度,则返回 |
| IsSymmetricKeyWrapAlgorithmSupported(String) |
指示是否支持对称密钥换行算法。Indicates whether a symmetric key wrap algorithm is supported. (继承自 SecurityAlgorithmSuite) |
| IsSymmetricSignatureAlgorithmSupported(String) |
指示是否支持对称签名算法。Indicates whether a symmetric signature algorithm is supported. (继承自 SecurityAlgorithmSuite) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回 Basic256SecurityAlgorithmSuite 的字符串表示形式。Returns the string representation of the Basic256SecurityAlgorithmSuite. |