C# Class ASPC.Marvel.CrimeAPI.TokenHelper.AcsMetadataParser

Show file Open project: Inmeta/aspc2016

Public Methods

Method Description
GetAcsSigningCert ( string realm ) : X509Certificate2
GetDelegationServiceUrl ( string realm ) : string
GetStsUrl ( string realm ) : string

Private Methods

Method Description
GetMetadataDocument ( string realm ) : JsonMetadataDocument

Method Details

GetAcsSigningCert() public static method

public static GetAcsSigningCert ( string realm ) : X509Certificate2
realm string
return System.Security.Cryptography.X509Certificates.X509Certificate2

GetDelegationServiceUrl() public static method

public static GetDelegationServiceUrl ( string realm ) : string
realm string
return string

GetStsUrl() public static method

public static GetStsUrl ( string realm ) : string
realm string
return string