Key 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來註冊 DSC 節點的自動化金鑰
public class Key
type Key = class
Public Class Key
- 繼承
-
Key
建構函式
Key() |
初始化 Key 類別的新實例。 |
Key(String, String, String) |
初始化 Key 類別的新實例。 |
屬性
KeyName |
取得自動化金鑰名稱。 可能的值包括:'Primary'、'Secondary' |
Permissions |
取得自動化金鑰許可權。 可能的值包括:'Read'、'Full' |
Value |
取得用於註冊的自動化金鑰值。 |