KeyCredential Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Active Directory Key Credential information.
public class KeyCredential
type KeyCredential = class
Public Class KeyCredential
- Inheritance
-
KeyCredential
Constructors
KeyCredential() |
Initializes a new instance of the KeyCredential class. |
KeyCredential(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String) |
Initializes a new instance of the KeyCredential class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
CustomKeyIdentifier |
Gets or sets custom Key Identifier |
EndDate |
Gets or sets end date. |
KeyId |
Gets or sets key ID. |
StartDate |
Gets or sets start date. |
Type |
Gets or sets type. Acceptable values are 'AsymmetricX509Cert' and 'Symmetric'. |
Usage |
Gets or sets usage. Acceptable values are 'Verify' and 'Sign'. |
Value |
Gets or sets key value. |
Applies to
Azure SDK for .NET