KeyClientBuilderExtensions 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.
Extension methods to KeyClient or CryptographyClient to clients builder.
public static class KeyClientBuilderExtensions
type KeyClientBuilderExtensions = class
Public Module KeyClientBuilderExtensions
- Inheritance
-
KeyClientBuilderExtensions
Methods
AddCryptographyClient<TBuilder,TConfiguration>(TBuilder, TConfiguration) |
Registers a CryptographyClient instance with connection options loaded from the provided |
AddCryptographyClient<TBuilder>(TBuilder, Uri) |
Registers a CryptographyClient instance with the provided |
AddKeyClient<TBuilder,TConfiguration>(TBuilder, TConfiguration) |
Registers a KeyClient instance with connection options loaded from the provided |
AddKeyClient<TBuilder>(TBuilder, Uri) |
Registers a KeyClient instance with the provided |
Applies to
Azure SDK for .NET