C# Class dk.nita.saml20.Profiles.DKSaml20.Attributes.DKSaml20CommonNameAttribute

Inheritance: dk.nita.saml20.Profiles.DKSaml20.Attributes.DKSaml20Attribute
显示文件 Open project: symplified/Symplified.Auth

Public Methods

Method Description
Create ( string value ) : dk.nita.saml20.Schema.Core.SamlAttribute

Creates an attribute with the specified value.

Method Details

Create() public static method

Creates an attribute with the specified value.
public static Create ( string value ) : dk.nita.saml20.Schema.Core.SamlAttribute
value string The value.
return dk.nita.saml20.Schema.Core.SamlAttribute