共用方式為


GenericXmlSecurityToken.InternalTokenReference 屬性

定義

取得安全性金鑰識別碼子句,這個子句會在安全性權杖包含在其被參考的 SOAP 訊息中時參考這個安全性權杖。

public:
 property System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ InternalTokenReference { System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ get(); };
public System.IdentityModel.Tokens.SecurityKeyIdentifierClause InternalTokenReference { get; }
member this.InternalTokenReference : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
Public ReadOnly Property InternalTokenReference As SecurityKeyIdentifierClause

屬性值

SecurityKeyIdentifierClause,這個子句會在安全性權杖包含在其被參考的 SOAP 訊息中時,用來表示這個安全性權杖的參考。

適用於