Basic192SecurityAlgorithmSuite Class

Definition

The basic 192-bit security algorithm suite.

public ref class Basic192SecurityAlgorithmSuite : System::ServiceModel::Security::SecurityAlgorithmSuite
public class Basic192SecurityAlgorithmSuite : System.ServiceModel.Security.SecurityAlgorithmSuite
type Basic192SecurityAlgorithmSuite = class
    inherit SecurityAlgorithmSuite
Public Class Basic192SecurityAlgorithmSuite
Inherits SecurityAlgorithmSuite
Inheritance
Basic192SecurityAlgorithmSuite

Constructors

Basic192SecurityAlgorithmSuite()

Creates and initializes an instance of Basic192SecurityAlgorithmSuite.

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, Aes192Encryption.

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, Aes192KeyWrap.

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 true if the specified asymmetric key length is supported; otherwise, returns false. Valid lengths are from 1024 to 4096.

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 true if the specified symmetric key length is supported; otherwise, returns false. Valid lengths range from 192 to 256.

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 Basic192SecurityAlgorithmSuite.

Applies to