다음을 통해 공유


SecurityKey.IsSupportedAlgorithm(String) 메서드

정의

파생 클래스에서 재정의되는 경우 지정된 알고리즘이 이 클래스에서 지원되는지 여부를 나타내는 값을 가져옵니다.

public:
 abstract bool IsSupportedAlgorithm(System::String ^ algorithm);
public abstract bool IsSupportedAlgorithm (string algorithm);
abstract member IsSupportedAlgorithm : string -> bool
Public MustOverride Function IsSupportedAlgorithm (algorithm As String) As Boolean

매개 변수

algorithm
String

암호화 알고리즘입니다.

반환

지정된 알고리즘이 이 클래스에서 지원되면 true이고, 그렇지 않으면 false입니다.

적용 대상