KeyVaultAuthenticator.InitializeAuthenticator Method
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.
Gives the authenticator the opportunity to register with the core AlwaysEncrypted callstack. This is important in scenarios where Interactive authentication is being used and this is the global authenticator to be used in the application
public abstract void InitializeAuthenticator ();
abstract member InitializeAuthenticator : unit -> unit
Public MustOverride Sub InitializeAuthenticator ()