다음을 통해 공유


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이나 빈 문자열로 설정하려고 한 경우

적용 대상