IVsCredentialKey.Type 屬性

定義

認證的類型。 可以是任何應用程式特定的值,但旨在傳達驗證類型。 因此,某些範例可能是:“Federated”、“OAuth”、“Windows”、“Basic”、“ServiceIdentity”、“S2S”。

public:
 property System::String ^ Type { System::String ^ get(); };
public:
 property Platform::String ^ Type { Platform::String ^ get(); };
public string Type { get; }
member this.Type : string
Public ReadOnly Property Type As String

屬性值

認證的類型。

備註

此類型不區分大小寫。

適用於