TokenProviderDescriptor.ProviderInstance 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.
If specified, the instance to be used for the token provider.
public:
property System::Object ^ ProviderInstance { System::Object ^ get(); void set(System::Object ^ value); };
public object ProviderInstance { get; set; }
public object? ProviderInstance { get; set; }
member this.ProviderInstance : obj with get, set
Public Property ProviderInstance As Object