Aracılığıyla paylaş


BasicHttpMessageSecurity.AlgorithmSuite Özellik

Tanım

ile BasicHttpMessageSecuritykullanılacak algoritma paketini belirtir.

public:
 property System::ServiceModel::Security::SecurityAlgorithmSuite ^ AlgorithmSuite { System::ServiceModel::Security::SecurityAlgorithmSuite ^ get(); void set(System::ServiceModel::Security::SecurityAlgorithmSuite ^ value); };
public System.ServiceModel.Security.SecurityAlgorithmSuite AlgorithmSuite { get; set; }
member this.AlgorithmSuite : System.ServiceModel.Security.SecurityAlgorithmSuite with get, set
Public Property AlgorithmSuite As SecurityAlgorithmSuite

Özellik Değeri

SecurityAlgorithmSuite

Bir SecurityAlgorithmSuite. Basic256 varsayılan değerdir.

Örnekler

SecurityAlgorithmSuite sas = msgSecurity.AlgorithmSuite;
BasicHttpMessageCredentialType credType = msgSecurity.ClientCredentialType;
Dim sas As SecurityAlgorithmSuite = msgSecurity.AlgorithmSuite
Dim credType As BasicHttpMessageCredentialType = msgSecurity.ClientCredentialType

Açıklamalar

SecurityAlgorithmSuite Döndürülen nesne, belirli koşullarda kullanılacak güvenlik algoritmalarını belirten çok sayıda özellik içerir. Ayrıca hizmetin çeşitli güvenlik özelliklerini de açıklar.

Şunlara uygulanır