Пространство имен: Microsoft.IdentityModel.Tokens.Saml2
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim statements As Collection(Of Saml2Statement)
Dim subject As IClaimsIdentity
Dim issuer As String

Me.ProcessStatement(statements, subject, issuer)

Синтаксис

Visual Basic
Protected Overridable Sub ProcessStatement ( _
		statements As Collection(Of Saml2Statement), _
		subject As IClaimsIdentity, _
		issuer As String _
)
C#
protected virtual void ProcessStatement (
		Collection<Saml2Statement> statements,
		IClaimsIdentity subject,
		string issuer
)
C++
protected:
virtual void ProcessStatement (
		Collection<Saml2Statement^>^ statements, 
		IClaimsIdentity^ subject, 
		String^ issuer
)
J#
protected void ProcessStatement (
		Collection<Saml2Statement> statements, 
		IClaimsIdentity subject, 
		String issuer
)
JScript
protected function ProcessStatement (
		statements : Collection<Saml2Statement>, 
		subject : IClaimsIdentity, 
		issuer : String
)

Параметры

statements
subject
issuer

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также