CngKey.IsMachineKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得金鑰的範圍 (電腦或使用者)。
public:
property bool IsMachineKey { bool get(); };
public bool IsMachineKey { get; }
public bool IsMachineKey { [System.Security.SecurityCritical] get; }
member this.IsMachineKey : bool
[<get: System.Security.SecurityCritical>]
member this.IsMachineKey : bool
Public ReadOnly Property IsMachineKey As Boolean
屬性值
如果金鑰是以電腦為基礎提供,則為 true
;如果金鑰僅供目前的使用者提供,則為 false
。
- 屬性