Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
name As String _
)
|
C# |
public Saml2NameIdentifier (
string name
)
|
C++ |
public:
Saml2NameIdentifier (
String^ name
)
|
J# |
public Saml2NameIdentifier (
String name
)
|
JScript |
public function Saml2NameIdentifier (
name : String
)
|
Parameters
- name
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also