EncryptionKeyVaultProperties 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
加密金鑰
public class EncryptionKeyVaultProperties
type EncryptionKeyVaultProperties = class
Public Class EncryptionKeyVaultProperties
- 繼承
-
EncryptionKeyVaultProperties
建構函式
EncryptionKeyVaultProperties() |
初始化 EncryptionKeyVaultProperties 類別的新實例。 |
EncryptionKeyVaultProperties(String, String, String, String, String) |
初始化 EncryptionKeyVaultProperties 類別的新實例。 |
屬性
KeyName |
取得或設定索引鍵的名稱。 |
KeyState |
取得提供的金鑰狀態。 可能的值包括:'Connected'、'AccessDenied' |
KeyVaultUrl |
取得或設定保存庫的 URL。 |
KeyVersion |
取得或設定索引鍵的版本。 |
VersionType |
如果使用者提供或自動偵測到,取得索引鍵的屬性。 可能的值包括:'Fixed'、'AutoDetected' |