Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim reader As XmlReader
Dim assertion As Saml2Assertion
Dim returnValue As SecurityKeyIdentifier

returnValue = Me.ReadSigningKeyInfo(reader, assertion)

Syntax

Visual Basic
Protected Overridable Function ReadSigningKeyInfo ( _
		reader As XmlReader, _
		assertion As Saml2Assertion _
) As SecurityKeyIdentifier
C#
protected virtual SecurityKeyIdentifier ReadSigningKeyInfo (
		XmlReader reader,
		Saml2Assertion assertion
)
C++
protected:
virtual SecurityKeyIdentifier^ ReadSigningKeyInfo (
		XmlReader^ reader, 
		Saml2Assertion^ assertion
)
J#
protected SecurityKeyIdentifier ReadSigningKeyInfo (
		XmlReader reader, 
		Saml2Assertion assertion
)
JScript
protected function ReadSigningKeyInfo (
		reader : XmlReader, 
		assertion : Saml2Assertion
) : SecurityKeyIdentifier

Parameters

reader
assertion

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also