RSACryptoServiceProvider.SignatureAlgorithm 속성

정의

RSA 구현과 함께 사용 가능한 서명 알고리즘의 이름을 가져옵니다.

public:
 virtual property System::String ^ SignatureAlgorithm { System::String ^ get(); };
public override string SignatureAlgorithm { get; }
member this.SignatureAlgorithm : string
Public Overrides ReadOnly Property SignatureAlgorithm As String

속성 값

String

서명 알고리즘의 이름입니다.

설명

이 속성은 XML 디지털 서명 클래스에서 알고리즘 URI를 나타내는 데 사용됩니다. 이 구현에서 이 속성은 항상 http://www.w3.org/2000/09/xmldsig#rsa-sha1를 반환합니다.

적용 대상

추가 정보