Transform.Algorithm 속성

정의

현재 변환에서 수행되는 알고리즘을 식별하는 URI(Uniform Resource Identifier)를 가져오거나 설정합니다.

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

현재 Transform 개체에 의해 수행되는 알고리즘을 식별하는 URL입니다.

설명

이 속성은 Algorithm XMLDSIG 서명에 있는 요소의 <Transform> 특성에 해당합니다. 예를 들어 Base64 디코딩 변환에 대한 알고리즘 URI는 XMLDSIG 사양(섹션 6.6.2)에 정의되어 있습니다.

클래스와 SignedXml 연결된 정적 필드 중 하나를 사용하여 이 값을 편리하게 설정할 수 있습니다.

적용 대상