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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET