EncryptingCredentials.Algorithm 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置加密算法。
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
或空字符串。