Basic256Sha256SecurityAlgorithmSuite Class

Definition

public ref class Basic256Sha256SecurityAlgorithmSuite : System::ServiceModel::Security::Basic256SecurityAlgorithmSuite
public class Basic256Sha256SecurityAlgorithmSuite : System.ServiceModel.Security.Basic256SecurityAlgorithmSuite
type Basic256Sha256SecurityAlgorithmSuite = class
    inherit Basic256SecurityAlgorithmSuite
Public Class Basic256Sha256SecurityAlgorithmSuite
Inherits Basic256SecurityAlgorithmSuite
Inheritance
Basic256Sha256SecurityAlgorithmSuite

Constructors

Basic256Sha256SecurityAlgorithmSuite()

Properties

DefaultAsymmetricKeyWrapAlgorithm

Gets the default asymmetric key wrap algorithm, RsaOaepKeyWrap.

(Inherited from Basic256SecurityAlgorithmSuite)
DefaultAsymmetricSignatureAlgorithm

Gets the default asymmetric signature algorithm, RsaSha1Signature.

(Inherited from Basic256SecurityAlgorithmSuite)
DefaultCanonicalizationAlgorithm

Gets the default canonicalization algorithm, ExclusiveC14n.

(Inherited from Basic256SecurityAlgorithmSuite)
DefaultDigestAlgorithm

Gets the default digest algorithm, Sha1Digest.

(Inherited from Basic256SecurityAlgorithmSuite)
DefaultEncryptionAlgorithm

Gets the default encryption algorithm, Aes256Encryption.

(Inherited from Basic256SecurityAlgorithmSuite)
DefaultEncryptionKeyDerivationLength

Gets the default encryption key derivation length, 256.

(Inherited from Basic256SecurityAlgorithmSuite)
DefaultSignatureKeyDerivationLength

Gets the default signature key derivation length, 192.

(Inherited from Basic256SecurityAlgorithmSuite)
DefaultSymmetricKeyLength

Gets the default symmetric key length, 256.

(Inherited from Basic256SecurityAlgorithmSuite)
DefaultSymmetricKeyWrapAlgorithm

Gets the default symmetric key wrap algorithm, Aes256KeyWrap.

(Inherited from Basic256SecurityAlgorithmSuite)
DefaultSymmetricSignatureAlgorithm

Gets the default symmetric signature algorithm, HmacSha1Signature.

(Inherited from Basic256SecurityAlgorithmSuite)

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.

(Inherited from Basic256SecurityAlgorithmSuite)
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.

(Inherited from Basic256SecurityAlgorithmSuite)
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()

Applies to