Basic256SecurityAlgorithmSuite Class
The basic 256-bit security algorithm suite.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Security::SecurityAlgorithmSuite
System.ServiceModel.Security::Basic256SecurityAlgorithmSuite
| Name | Description | |
|---|---|---|
![]() | Basic256SecurityAlgorithmSuite() | Creates and initializes an instance of Basic256SecurityAlgorithmSuite. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IsAsymmetricKeyLengthSupported(Int32) | Returns true if the specified asymmetric key length is supported; otherwise, returns false. Valid lengths range from 1024 to 4096.(Overrides SecurityAlgorithmSuite::IsAsymmetricKeyLengthSupported(Int32).) |
![]() | 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.(Overrides SecurityAlgorithmSuite::IsSymmetricKeyLengthSupported(Int32).) |
![]() | 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() | |
![]() | ToString() | Returns the string representation of the Basic256SecurityAlgorithmSuite.(Overrides Object::ToString().) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


