EncryptedSecurityTokenHandler.ReadKeyIdentifierClause(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 an EncryptedKeyIdentifierClause from an XML stream.
public:
override System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ ReadKeyIdentifierClause(System::Xml::XmlReader ^ reader);
public override System.IdentityModel.Tokens.SecurityKeyIdentifierClause ReadKeyIdentifierClause (System.Xml.XmlReader reader);
override this.ReadKeyIdentifierClause : System.Xml.XmlReader -> System.IdentityModel.Tokens.SecurityKeyIdentifierClause
Public Overrides Function ReadKeyIdentifierClause (reader As XmlReader) As SecurityKeyIdentifierClause
Parameters
- reader
- XmlReader
An XML reader positioned at an <xenc:EncryptedKey>
element as defined in XML Encryption Syntax and Processing; otherwise, false
.
Returns
A key identifier clause of type EncryptedKeyIdentifierClause.
Exceptions
reader
is null
.
reader
is not positioned at an <xenc:EncryptedKey>
element.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.