AsymmetricEncryptedSecret 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.
Represent the secrets intended for encryption with asymmetric key pair.
public class AsymmetricEncryptedSecret
type AsymmetricEncryptedSecret = class
Public Class AsymmetricEncryptedSecret
- Inheritance
-
AsymmetricEncryptedSecret
Constructors
AsymmetricEncryptedSecret(String, DataBoxEdgeEncryptionAlgorithm) |
Initializes a new instance of AsymmetricEncryptedSecret. |
Properties
EncryptionAlgorithm |
The algorithm used to encrypt "Value". |
EncryptionCertThumbprint |
Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null. |
Value |
The value of the secret. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET