RsaSecurityKey.IsSupportedAlgorithm(String) 메서드

정의

이 클래스에서 지정된 알고리즘을 지원하는지 여부를 나타내는 값을 가져옵니다.

public:
 override bool IsSupportedAlgorithm(System::String ^ algorithm);
public override bool IsSupportedAlgorithm (string algorithm);
override this.IsSupportedAlgorithm : string -> bool
Public Overrides Function IsSupportedAlgorithm (algorithm As String) As Boolean

매개 변수

algorithm
String

암호화 알고리즘입니다.

반환

지정된 알고리즘이 RsaV15KeyWrap, RsaOaepKeyWrap 또는 RsaSha1Signature이면 true이고, 그렇지 않으면 false입니다.

적용 대상