Aracılığıyla paylaş


WSSecurityTokenSerializer.CreateKeyIdentifierClauseFromTokenXml Yöntem

Tanım

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

public:
 virtual System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ CreateKeyIdentifierClauseFromTokenXml(System::Xml::XmlElement ^ element, System::ServiceModel::Security::Tokens::SecurityTokenReferenceStyle tokenReferenceStyle);
public virtual System.IdentityModel.Tokens.SecurityKeyIdentifierClause CreateKeyIdentifierClauseFromTokenXml (System.Xml.XmlElement element, System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle tokenReferenceStyle);
abstract member CreateKeyIdentifierClauseFromTokenXml : System.Xml.XmlElement * System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle -> System.IdentityModel.Tokens.SecurityKeyIdentifierClause
override this.CreateKeyIdentifierClauseFromTokenXml : System.Xml.XmlElement * System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle -> System.IdentityModel.Tokens.SecurityKeyIdentifierClause
Public Overridable Function CreateKeyIdentifierClauseFromTokenXml (element As XmlElement, tokenReferenceStyle As SecurityTokenReferenceStyle) As SecurityKeyIdentifierClause

Parametreler

element
XmlElement

Güvenlik belirteci.

Döndürülenler

SecurityKeyIdentifierClause

Oluşturulan güvenlik anahtarı tanımlayıcısı.

Özel durumlar

Anahtar tanımlayıcı yan tümcesi seri durumdan çıkarılırken veya anahtar tanımlayıcı yan tümcesi okunamadığında bir hata oluştu.

Şunlara uygulanır