Basic256SecurityAlgorithmSuite Class

Definition

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
Inheritance
Basic256SecurityAlgorithmSuite
Derived

Constructors

Basic256SecurityAlgorithmSuite()

Creates and initializes an instance of Basic256SecurityAlgorithmSuite.

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

DefaultEncryptionKeyDerivationLength

Gets the default encryption key derivation length, 256.

DefaultSignatureKeyDerivationLength

Gets the default signature key derivation length, 192.

DefaultSymmetricKeyLength

Gets the default symmetric key length, 256.

DefaultSymmetricKeyWrapAlgorithm

Gets the default symmetric key wrap algorithm, Aes256KeyWrap.

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. The only valid length is 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 Basic256SecurityAlgorithmSuite.

Applies to