CertificateCredential.DefinitionStages.WithSymmetricKey<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithSymmetricKey
The credential definition stage allowing the secret key to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
Certificate |
withSecretKey(byte[] secret)
Specifies the secret key for a symmetric encryption. |
Method Details
withSecretKey
public WithAttach
Specifies the secret key for a symmetric encryption.
Parameters:
secret
- the secret key content
Returns:
the next stage in credential definition
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 Java