CngKey.SetProperty(CngProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定金鑰上的具名屬性。
public:
void SetProperty(System::Security::Cryptography::CngProperty property);
public void SetProperty (System.Security.Cryptography.CngProperty property);
[System.Security.SecurityCritical]
public void SetProperty (System.Security.Cryptography.CngProperty property);
member this.SetProperty : System.Security.Cryptography.CngProperty -> unit
[<System.Security.SecurityCritical>]
member this.SetProperty : System.Security.Cryptography.CngProperty -> unit
Public Sub SetProperty (property As CngProperty)
參數
- property
- CngProperty
要設定的金鑰屬性。
- 屬性
備註
這個方法可讓您使用 CngProperty 物件,將新的自定義屬性新增至現有的索引鍵。 在物件上 CngProperty 設定的選項必須完全符合呼叫中的 GetProperty 選項。 否則,將不會找到 屬性。