다음을 통해 공유


RsaKeyIdentifierClause.GetExponent 메서드

정의

RSA 알고리즘에 대한 Exponent 매개 변수를 가져옵니다.

public:
 cli::array <System::Byte> ^ GetExponent();
public byte[] GetExponent ();
member this.GetExponent : unit -> byte[]
Public Function GetExponent () As Byte()

반환

Byte[]

RSA 알고리즘에 대한 Exponent 매개 변수를 포함하는 Byte의 배열입니다.

적용 대상