ECDsa.ExportParameters(Boolean) 메서드

정의

파생 클래스에서 재정의되는 경우 타원 곡선에 대한 명명된 매개 변수 또는 명시적 매개 변수를 내보냅니다. 곡선에 이름이 Curve 있으면 필드에 명명된 곡선 매개 변수가 포함되며, 그렇지 않으면 명시적 매개 변수가 포함됩니다.

public:
 virtual System::Security::Cryptography::ECParameters ExportParameters(bool includePrivateParameters);
public virtual System.Security.Cryptography.ECParameters ExportParameters(bool includePrivateParameters);
abstract member ExportParameters : bool -> System.Security.Cryptography.ECParameters
override this.ExportParameters : bool -> System.Security.Cryptography.ECParameters
Public Overridable Function ExportParameters (includePrivateParameters As Boolean) As ECParameters

매개 변수

includePrivateParameters
Boolean

true프라이빗 매개 변수를 포함하려면 그렇지 않으면 . false

반품

이 키에 대한 곡선의 점을 나타내는 매개 변수입니다.

예외

파생 클래스는 이 메서드를 재정의해야 합니다.

적용 대상

추가 정보