Saml2SecurityTokenHandler.ReadSubject(XmlReader) Method
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.
Reads the <saml:Subject> element.
protected:
virtual System::IdentityModel::Tokens::Saml2Subject ^ ReadSubject(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2Subject ReadSubject (System.Xml.XmlReader reader);
abstract member ReadSubject : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Subject
override this.ReadSubject : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Subject
Protected Overridable Function ReadSubject (reader As XmlReader) As Saml2Subject
Parameters
Returns
A Saml2Subject that represents the Subject element that was read.
Exceptions
reader
is null
.
Remarks
The default implementation does not handle the optional <EncryptedID> element. To handle encrypted IDs in the Subject, override this method.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.