IVsCredentialKey.Type 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
凭据的类型。 这可以是任何特定于应用的值,但旨在传达身份验证类型。 因此,某些示例可能为: "联合"、"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
属性值
凭据的类型。
注解
类型不区分大小写。