다음을 통해 공유


SignatureDescription.DeformatterAlgorithm 속성

서명 설명에 대한 변형자 알고리즘을 가져오거나 설정합니다.

네임스페이스: System.Security.Cryptography
어셈블리: mscorlib(mscorlib.dll)

구문

‘선언
Public Property DeformatterAlgorithm As String
‘사용 방법
Dim instance As SignatureDescription
Dim value As String

value = instance.DeformatterAlgorithm

instance.DeformatterAlgorithm = value
public string DeformatterAlgorithm { get; set; }
public:
property String^ DeformatterAlgorithm {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DeformatterAlgorithm ()

/** @property */
public void set_DeformatterAlgorithm (String value)
public function get DeformatterAlgorithm () : String

public function set DeformatterAlgorithm (value : String)

속성 값

서명 설명에 대한 변형자 알고리즘입니다.

예제

다음 코드 예제에서는 RSAPKCS1 변형자를 사용하여 DeformatterAlgorithm 속성을 설정하는 방법을 보여 줍니다. 이 코드 예제는 SignatureDescription 클래스에 대해 제공되는 보다 큰 예제의 일부입니다.

signatureDescription.DeformatterAlgorithm = _
    "System.Security.Cryptography.RSAPKCS1SignatureDeformatter"
signatureDescription.DeformatterAlgorithm =
    "System.Security.Cryptography.RSAPKCS1SignatureDeformatter";
signatureDescription->DeformatterAlgorithm = L"System.Security.Cryptography.RSAPKCS1SignatureDeformatter";
signatureDescription.set_DeformatterAlgorithm
    ("System.Security.Cryptography.RSAPKCS1SignatureDeformatter");

플랫폼

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

.NET Compact Framework

2.0에서 지원

참고 항목

참조

SignatureDescription 클래스
SignatureDescription 멤버
System.Security.Cryptography 네임스페이스

기타 리소스

암호화 서비스