Aracılığıyla paylaş


Saml2SecurityTokenHandler.ReadAuthenticationContext(XmlReader) Yöntem

Tanım

<saml:AuthnContext> öğesini okur.

protected:
 virtual System::IdentityModel::Tokens::Saml2AuthenticationContext ^ ReadAuthenticationContext(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2AuthenticationContext ReadAuthenticationContext (System.Xml.XmlReader reader);
abstract member ReadAuthenticationContext : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2AuthenticationContext
override this.ReadAuthenticationContext : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2AuthenticationContext
Protected Overridable Function ReadAuthenticationContext (reader As XmlReader) As Saml2AuthenticationContext

Parametreler

reader
XmlReader

XmlReader Okunacak öğeye konumlandırılmış.

Döndürülenler

Saml2AuthenticationContext Okunan AuthnContext öğesini temsil eden bir.

Özel durumlar

reader, null değeridir.

Açıklamalar

Varsayılan uygulama isteğe bağlı <saml:AuthnContextDecl> öğesini işlemez. Değere göre kimlik doğrulama bağlamı bildirimlerini işlemek için bu yöntemi geçersiz kılın.

Şunlara uygulanır