次の方法で共有


Saml2Serializer.ReadEncryptedId(XmlDictionaryReader) Method

Definition

Reads the <saml:EncryptedId> element.

protected virtual Microsoft.IdentityModel.Tokens.Saml2.Saml2NameIdentifier ReadEncryptedId (System.Xml.XmlDictionaryReader reader);
abstract member ReadEncryptedId : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2NameIdentifier
override this.ReadEncryptedId : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2NameIdentifier
Protected Overridable Function ReadEncryptedId (reader As XmlDictionaryReader) As Saml2NameIdentifier

Parameters

reader
XmlDictionaryReader

XmlReader pointing at the XML EncryptedId element

Returns

An instance of Saml2NameIdentifier representing the EncryptedId that was read

Exceptions

Not implemented right now.

Applies to