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