KeyBundle Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
KeyBundle() |
Initialise une nouvelle instance de la classe KeyBundle. |
KeyBundle(JsonWebKey, KeyAttributes, IDictionary<String,String>, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe KeyBundle. |
KeyBundle()
- Source:
- KeyBundle.cs
Initialise une nouvelle instance de la classe KeyBundle.
public KeyBundle ();
Public Sub New ()
S’applique à
KeyBundle(JsonWebKey, KeyAttributes, IDictionary<String,String>, Nullable<Boolean>)
- Source:
- KeyBundle.cs
Initialise une nouvelle instance de la classe KeyBundle.
public KeyBundle (Microsoft.Azure.KeyVault.WebKey.JsonWebKey key = default, Microsoft.Azure.KeyVault.Models.KeyAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? managed = default);
new Microsoft.Azure.KeyVault.Models.KeyBundle : Microsoft.Azure.KeyVault.WebKey.JsonWebKey * Microsoft.Azure.KeyVault.Models.KeyAttributes * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> -> Microsoft.Azure.KeyVault.Models.KeyBundle
Public Sub New (Optional key As JsonWebKey = Nothing, Optional attributes As KeyAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional managed As Nullable(Of Boolean) = Nothing)
Paramètres
- key
- JsonWebKey
Clé web Json.
- attributes
- KeyAttributes
Attributs de gestion des clés.
- tags
- IDictionary<String,String>
Métadonnées spécifiques d’application sous la forme de paires clé/valeur.
True si la durée de vie de la clé est gérée par le coffre de clés. S’il s’agit d’une clé qui soutient un certificat, la valeur gérée est true.
S’applique à
Azure SDK for .NET