GenericXmlSecurityToken.InternalTokenReference Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a security key identifier clause that references this security token when this security token is included in the SOAP message in which it is referenced.
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
Property Value
A SecurityKeyIdentifierClause that represents a reference to this security token when it is included in a SOAP message in which it is referenced.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET