IVsCredentialKey.Type 属性

定义

凭据的类型。 这可以是任何特定于应用的值,但旨在传达身份验证类型。 因此,某些示例可能为: "联合"、"OAuth"、"Windows"、"基本"、"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

属性值

String

凭据的类型。

注解

类型不区分大小写。

适用于