CertificateRequestProperties.UseExistingKey 속성

정의

기존 키를 사용할지 여부를 가져오거나 설정합니다.

public:
 property bool UseExistingKey { bool get(); void set(bool value); };
bool UseExistingKey();

void UseExistingKey(bool value);
public bool UseExistingKey { get; set; }
var boolean = certificateRequestProperties.useExistingKey;
certificateRequestProperties.useExistingKey = boolean;
Public Property UseExistingKey As Boolean

속성 값

Boolean

bool

True이면 기존 키를 사용합니다. 그렇지 않으면 false입니다.

적용 대상