CngKey.IsMachineKey 屬性

定義

取得金鑰的範圍 (電腦或使用者)。

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

屬性

適用於