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

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

Visual Basic
Dim saml11AuthenticationMethod As String
Dim returnValue As String

returnValue = Me.NormalizeAuthenticationType(saml11AuthenticationMethod)

Синтаксис

Visual Basic
Protected Overridable Function NormalizeAuthenticationType ( _
		saml11AuthenticationMethod As String _
) As String
C#
protected virtual string NormalizeAuthenticationType (
		string saml11AuthenticationMethod
)
C++
protected:
virtual String^ NormalizeAuthenticationType (
		String^ saml11AuthenticationMethod
)
J#
protected String NormalizeAuthenticationType (
		String saml11AuthenticationMethod
)
JScript
protected function NormalizeAuthenticationType (
		saml11AuthenticationMethod : String
) : String

Параметры

saml11AuthenticationMethod

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также