共用方式為


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。

適用於