EncryptingCredentials.Algorithm 属性

定义

获取或设置加密算法。Gets or sets the encryption algorithm.

public:
 property System::String ^ Algorithm { System::String ^ get(); void set(System::String ^ value); };
public string Algorithm { get; set; }
member this.Algorithm : string with get, set
Public Property Algorithm As String

属性值

String

一个 URI,表示用于加密校验密钥的加密算法。A URI that represents the cryptographic algorithm that is used to encrypt the proof key.

例外

试图将属性设置为 null 或空字符串。An attempt is made to set the property to null or to an empty string.

适用于