Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim tokenDescriptor As SecurityTokenDescriptor Dim returnValue As Saml2Subject returnValue = Me.CreateSamlSubject(tokenDescriptor) |
Syntax
Visual Basic |
---|
Protected Overridable Function CreateSamlSubject ( _ tokenDescriptor As SecurityTokenDescriptor _ ) As Saml2Subject |
C# |
---|
protected virtual Saml2Subject CreateSamlSubject ( SecurityTokenDescriptor tokenDescriptor ) |
C++ |
---|
protected: virtual Saml2Subject^ CreateSamlSubject ( SecurityTokenDescriptor^ tokenDescriptor ) |
J# |
---|
protected Saml2Subject CreateSamlSubject ( SecurityTokenDescriptor tokenDescriptor ) |
JScript |
---|
protected function CreateSamlSubject ( tokenDescriptor : SecurityTokenDescriptor ) : Saml2Subject |
Parameters
- tokenDescriptor
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.