PackageDigitalSignatureManager.TransformMapping 속성

정의

정의된 ContentType 각 XML과 연결된 XML Transform이 포함된 사전을 가져옵니다.Algorithm 가져옵니다.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ TransformMapping { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> TransformMapping { get; }
member this.TransformMapping : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property TransformMapping As Dictionary(Of String, String)

속성 값

Dictionary<String,String>

정의된 ContentType 각 XML과 연결된 XML Transform이 들어 있는 사전입니다.Algorithm 가져옵니다.

설명

이전 로그인 작업 중 각 콘텐츠 형식에 대 한 관련된 변환 알고리즘이 적용 되는 HashAlgorithm 실행 됩니다.

기본 콘텐츠 및 변환 매핑에 다음과 같습니다.

Content ContentType 변환 알고리즘 식별자
관계 "application/vnd.openxmlformats-package.relationships+xml" XmlDsigC14NTransformUrl
디지털 서명 "application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml" XmlDsigC14NTransformUrl

적용 대상