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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET