IKeyVaultClient.PreferredAuthType Property
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.
public:
property Microsoft::Xrm::Sdk::AuthenticationType PreferredAuthType { Microsoft::Xrm::Sdk::AuthenticationType get(); void set(Microsoft::Xrm::Sdk::AuthenticationType value); };
public Microsoft.Xrm.Sdk.AuthenticationType PreferredAuthType { get; set; }
member this.PreferredAuthType : Microsoft.Xrm.Sdk.AuthenticationType with get, set
Public Property PreferredAuthType As AuthenticationType