SecurityAlgorithmSuite.Basic192Sha256 Property

Definition

Gets an algorithm suite which uses SHA256 for the signature digest and 192-bit Basic as the message encryption algorithm.

public:
 static property System::ServiceModel::Security::SecurityAlgorithmSuite ^ Basic192Sha256 { System::ServiceModel::Security::SecurityAlgorithmSuite ^ get(); };
public static System.ServiceModel.Security.SecurityAlgorithmSuite Basic192Sha256 { get; }
static member Basic192Sha256 : System.ServiceModel.Security.SecurityAlgorithmSuite
Public Shared ReadOnly Property Basic192Sha256 As SecurityAlgorithmSuite

Property Value

An algorithm suite which uses SHA256 for the signature digest and 192-bit Basic as the message encryption algorithm.

Remarks

The SecurityAlgorithmSuite returned is actually an internal subclass that overrides some of the properties specifying default values as well as some of the methods.

Applies to