CertificateCredential.DefinitionStages.WithPublicKey<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithPublicKey
The credential definition stage allowing the public key to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
Certificate |
withPublicKey(byte[] certificate)
Specifies the public key for an asymmetric X509 certificate. |
Method Details
withPublicKey
public WithAttach
Specifies the public key for an asymmetric X509 certificate.
Parameters:
certificate
- the certificate 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