Basic128SecurityAlgorithmSuite Class

Definition

The basic 128-bit security algorithm suite.

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

Constructors

Basic128SecurityAlgorithmSuite()

Creates and initializes an instance of Basic128SecurityAlgorithmSuite.

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

DefaultEncryptionKeyDerivationLength

Gets the default encryption key derivation length, 128.

DefaultSignatureKeyDerivationLength

Gets the default signature key derivation length, 128.

DefaultSymmetricKeyLength

Gets the default symmetric key length, 128.

DefaultSymmetricKeyWrapAlgorithm

Gets the default symmetric key wrap algorithm, Aes128KeyWrap.

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 range 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 128 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 Basic128SecurityAlgorithmSuite.

Applies to