EncryptingCredentials.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

属性值

一个 URI,表示用于加密校验密钥的加密算法。

例外

试图将属性设置为 null 或空字符串。

适用于