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