IVsCredentialKey.Type 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
認證的類型。 可以是任何應用程式特定的值,但旨在傳達驗證類型。 因此,某些範例可能是:“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
屬性值
認證的類型。
備註
此類型不區分大小寫。