TripleDesSecurityAlgorithmSuite Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The triple-DES security algorithm suite.
public ref class TripleDesSecurityAlgorithmSuite : System::ServiceModel::Security::SecurityAlgorithmSuite
public class TripleDesSecurityAlgorithmSuite : System.ServiceModel.Security.SecurityAlgorithmSuite
type TripleDesSecurityAlgorithmSuite = class
inherit SecurityAlgorithmSuite
Public Class TripleDesSecurityAlgorithmSuite
Inherits SecurityAlgorithmSuite
- Inheritance
Constructors
TripleDesSecurityAlgorithmSuite() |
Creates and initializes an instance of TripleDesSecurityAlgorithmSuite. |
Properties
DefaultAsymmetricKeyWrapAlgorithm |
Gets the default asymmetric key wrap algorithm, RsaOaepKeyWrap. |
DefaultAsymmetricSignatureAlgorithm |
Gets the default asymmetric signature algorithm, RsaSha1Signature. |
DefaultCanonicalizationAlgorithm |
Gets the default canonicalization algorithm, ExclusiveC14n. |
DefaultDigestAlgorithm |
Gets the default digest algorithm, Sha1Digest. |
DefaultEncryptionAlgorithm |
Gets the default encryption algorithm, TripleDesEncryption. |
DefaultEncryptionKeyDerivationLength |
Gets the default encryption key derivation length, 192. |
DefaultSignatureKeyDerivationLength |
Gets the default signature key derivation length, 192. |
DefaultSymmetricKeyLength |
Gets the default symmetric key length, 192. |
DefaultSymmetricKeyWrapAlgorithm |
Gets the default symmetric key wrap algorithm, TripleDesKeyWrap. |
DefaultSymmetricSignatureAlgorithm |
Gets the default symmetric signature algorithm, HmacSha1Signature. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
IsAsymmetricKeyLengthSupported(Int32) |
Returns |
IsAsymmetricKeyWrapAlgorithmSupported(String) |
Indicates whether an asymmetric key wrap algorithm is supported. (Inherited from SecurityAlgorithmSuite) |
IsAsymmetricSignatureAlgorithmSupported(String) |
Indicates whether an asymmetric signature algorithm is supported. (Inherited from SecurityAlgorithmSuite) |
IsCanonicalizationAlgorithmSupported(String) |
Indicates whether a canonicalization algorithm is supported. (Inherited from SecurityAlgorithmSuite) |
IsDigestAlgorithmSupported(String) |
Indicates whether a digest algorithm is supported. (Inherited from SecurityAlgorithmSuite) |
IsEncryptionAlgorithmSupported(String) |
Indicates whether an encryption algorithm is supported. (Inherited from SecurityAlgorithmSuite) |
IsEncryptionKeyDerivationAlgorithmSupported(String) |
Indicates whether an encryption key derivation algorithm is supported. (Inherited from SecurityAlgorithmSuite) |
IsSignatureKeyDerivationAlgorithmSupported(String) |
Indicates whether a signature key derivation algorithm is supported. (Inherited from SecurityAlgorithmSuite) |
IsSymmetricKeyLengthSupported(Int32) |
Returns |
IsSymmetricKeyWrapAlgorithmSupported(String) |
Indicates whether a symmetric key wrap algorithm is supported. (Inherited from SecurityAlgorithmSuite) |
IsSymmetricSignatureAlgorithmSupported(String) |
Indicates whether a symmetric signature algorithm is supported. (Inherited from SecurityAlgorithmSuite) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns the string representation of the TripleDesSecurityAlgorithmSuite. |