다음을 통해 공유


EncryptionMethod.KeyAlgorithm 속성

정의

XML 암호화에 사용할 알고리즘을 설명하는 URI(Uniform Resource Identifier)를 가져오거나 설정합니다.

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

속성 값

XML 암호화에 사용할 알고리즘을 설명하는 URI(Uniform Resource Identifier)입니다.

설명

속성은 KeyAlgorithm 요소 또는 EncryptedKey 요소와 EncryptedData 연결된 데이터를 암호화하는 데 사용되는 암호화 알고리즘의 URI(Uniform Resource Identifier)를 설명합니다.

World Wide Web 컨소시엄 XML 암호화 구문 및 처리 사양에 정의된 URI 식별자 중 하나를 사용합니다. 모든 URI 식별자는 클래스의 EncryptedXml 정적 필드로 액세스할 수 있습니다.

적용 대상