CngProperty.Options 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前 CngProperty 物件指定的屬性選項。
public:
property System::Security::Cryptography::CngPropertyOptions Options { System::Security::Cryptography::CngPropertyOptions get(); };
public System.Security.Cryptography.CngPropertyOptions Options { get; }
member this.Options : System.Security.Cryptography.CngPropertyOptions
Public ReadOnly Property Options As CngPropertyOptions
屬性值
指定選項的物件,這些選項是在目前的 CngProperty 物件中設定。
備註
CngKey 物件包含 CngProperty 物件,其中包含 CngPropertyOptions 屬性的儲存物件。