AuthenticationInformation.Address 属性
定义
获取或设置创建了令牌的颁发机构的地址。Gets or sets the address of the authority that created the token.
public:
property System::String ^ Address { System::String ^ get(); void set(System::String ^ value); };
public string Address { get; set; }
member this.Address : string with get, set
Public Property Address As String
属性值
地址。The address.