This documentation is archived and is not being maintained.
Basic192SecurityAlgorithmSuite Class
Visual Studio 2010
The basic 192-bit security algorithm suite.
System::Object
System.ServiceModel.Security::SecurityAlgorithmSuite
System.ServiceModel.Security::Basic192SecurityAlgorithmSuite
System.ServiceModel.Security::SecurityAlgorithmSuite
System.ServiceModel.Security::Basic192SecurityAlgorithmSuite
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The Basic192SecurityAlgorithmSuite type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Basic192SecurityAlgorithmSuite | Creates and initializes an instance of Basic192SecurityAlgorithmSuite. |
Top
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsAsymmetricKeyLengthSupported | Returns true if the specified asymmetric key length is supported; otherwise, returns false. Valid lengths are from 1024 to 4096. (Overrides SecurityAlgorithmSuite::IsAsymmetricKeyLengthSupported(Int32).) |
![]() | IsAsymmetricKeyWrapAlgorithmSupported | Indicates whether an asymmetric key wrap algorithm is supported. (Inherited from SecurityAlgorithmSuite.) |
![]() | IsAsymmetricSignatureAlgorithmSupported | Indicates whether an asymmetric signature algorithm is supported. (Inherited from SecurityAlgorithmSuite.) |
![]() | IsCanonicalizationAlgorithmSupported | Indicates whether a canonicalization algorithm is supported. (Inherited from SecurityAlgorithmSuite.) |
![]() | IsDigestAlgorithmSupported | Indicates whether a digest algorithm is supported. (Inherited from SecurityAlgorithmSuite.) |
![]() | IsEncryptionAlgorithmSupported | Indicates whether an encryption algorithm is supported. (Inherited from SecurityAlgorithmSuite.) |
![]() | IsEncryptionKeyDerivationAlgorithmSupported | Indicates whether an encryption key derivation algorithm is supported. (Inherited from SecurityAlgorithmSuite.) |
![]() | IsSignatureKeyDerivationAlgorithmSupported | Indicates whether a signature key derivation algorithm is supported. (Inherited from SecurityAlgorithmSuite.) |
![]() | IsSymmetricKeyLengthSupported | Returns true if the specified symmetric key length is supported; otherwise, returns false. Valid lengths range from 192 to 256. (Overrides SecurityAlgorithmSuite::IsSymmetricKeyLengthSupported(Int32).) |
![]() | IsSymmetricKeyWrapAlgorithmSupported | Indicates whether a symmetric key wrap algorithm is supported. (Inherited from SecurityAlgorithmSuite.) |
![]() | IsSymmetricSignatureAlgorithmSupported | 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. (Overrides Object::ToString().) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
