C# Class Foretagsplatsen.Api2.Saml.FtgpSamlAssertionInfo

Show file Open project: foretagsplatsen/Foretagsplatsen-DotNet-API Class Usage Examples

Public Methods

Method Description
AddAgencyConsultantRole ( string businessIdentityCode ) : void
AddAgencyDirectorRole ( string businessIdentityCode ) : void
AddCompanyAdminRole ( string businessIdentityCode ) : void
AddCompanyLimitedRole ( string businessIdentityCode ) : void
AddCompanyNormalRole ( string businessIdentityCode ) : void
AddPartnerRole ( string partnerId ) : void
FtgpSamlAssertionInfo ( string name, string email, string language, string agencyId = null ) : System
FtgpSamlAssertionInfo ( string name, string email, string language, string assertionId, System.DateTime notBefore, System.DateTime notOnOrAfter, string agencyId = null ) : System

Method Details

AddAgencyConsultantRole() public method

public AddAgencyConsultantRole ( string businessIdentityCode ) : void
businessIdentityCode string
return void

AddAgencyDirectorRole() public method

public AddAgencyDirectorRole ( string businessIdentityCode ) : void
businessIdentityCode string
return void

AddCompanyAdminRole() public method

public AddCompanyAdminRole ( string businessIdentityCode ) : void
businessIdentityCode string
return void

AddCompanyLimitedRole() public method

public AddCompanyLimitedRole ( string businessIdentityCode ) : void
businessIdentityCode string
return void

AddCompanyNormalRole() public method

public AddCompanyNormalRole ( string businessIdentityCode ) : void
businessIdentityCode string
return void

AddPartnerRole() public method

public AddPartnerRole ( string partnerId ) : void
partnerId string
return void

FtgpSamlAssertionInfo() public method

public FtgpSamlAssertionInfo ( string name, string email, string language, string agencyId = null ) : System
name string
email string
language string
agencyId string
return System

FtgpSamlAssertionInfo() public method

public FtgpSamlAssertionInfo ( string name, string email, string language, string assertionId, System.DateTime notBefore, System.DateTime notOnOrAfter, string agencyId = null ) : System
name string
email string
language string
assertionId string
notBefore System.DateTime
notOnOrAfter System.DateTime
agencyId string
return System