Aracılığıyla paylaş


WSSecurityTokenSerializer.TryCreateKeyIdentifierClauseFromTokenXml Yöntem

Tanım

XML olarak ifade edilen bir belirteçten anahtar tanımlayıcı yan tümcesi oluşturmaya çalışır.

public:
 virtual bool TryCreateKeyIdentifierClauseFromTokenXml(System::Xml::XmlElement ^ element, System::ServiceModel::Security::Tokens::SecurityTokenReferenceStyle tokenReferenceStyle, [Runtime::InteropServices::Out] System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ % securityKeyIdentifierClause);
public virtual bool TryCreateKeyIdentifierClauseFromTokenXml (System.Xml.XmlElement element, System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle tokenReferenceStyle, out System.IdentityModel.Tokens.SecurityKeyIdentifierClause securityKeyIdentifierClause);
abstract member TryCreateKeyIdentifierClauseFromTokenXml : System.Xml.XmlElement * System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle * SecurityKeyIdentifierClause -> bool
override this.TryCreateKeyIdentifierClauseFromTokenXml : System.Xml.XmlElement * System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle * SecurityKeyIdentifierClause -> bool
Public Overridable Function TryCreateKeyIdentifierClauseFromTokenXml (element As XmlElement, tokenReferenceStyle As SecurityTokenReferenceStyle, ByRef securityKeyIdentifierClause As SecurityKeyIdentifierClause) As Boolean

Parametreler

element
XmlElement

Güvenlik belirteci.

securityKeyIdentifierClause
SecurityKeyIdentifierClause

Güvenlik anahtarı tanımlayıcı belirteci içeren bir öğenin alt birimi.

Döndürülenler

true anahtar tanımlayıcı yan tümcesi oluşturulduysa; aksi takdirde , false.

Şunlara uygulanır