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() |
Initializes a new instance of the AsymmetricEncryptedSecret class. |
AsymmetricEncryptedSecret(String, String, String) |
Initializes a new instance of the AsymmetricEncryptedSecret class. |
Properties
EncryptionAlgorithm |
Gets or sets the algorithm used to encrypt "Value". Possible values include: 'None', 'AES256', 'RSAES_PKCS1_v_1_5' |
EncryptionCertThumbprint |
Gets or sets thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null. |
Value |
Gets or sets the value of the secret. |
Methods
Validate() |
Validate the object. |