CertificateRequestProperties.UseExistingKey プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既存のキーを使用するかどうかを取得または設定します。
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。