Share via


DSACryptoServiceProvider.PublicOnly 속성

정의

DSACryptoServiceProvider 개체에 공용 키만 들어 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool PublicOnly { bool get(); };
public bool PublicOnly { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public bool PublicOnly { get; }
member this.PublicOnly : bool
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.PublicOnly : bool
Public ReadOnly Property PublicOnly As Boolean

속성 값

true 개체에 공용 키만 들어 있으면 DSACryptoServiceProvider 이고, 그러지 않으면 false입니다.

특성

설명

클래스는 DSACryptoServiceProvider 공개 키만 사용하거나 퍼블릭 키와 프라이빗 키를 모두 사용하여 초기화할 수 있습니다. 사용 된 PublicOnly 현재 instance 공개 키 또는 퍼블릭 및 프라이빗 키 둘 다 포함 여부를 확인 하려면 속성입니다.

적용 대상

추가 정보