Saml2Serializer.ReadEncryptedId(XmlDictionaryReader) 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: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.