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

Afficher le fichier Open project: Inmeta/aspc2016

Méthodes publiques

Méthode Description
GetAcsSigningCert ( string realm ) : X509Certificate2
GetDelegationServiceUrl ( string realm ) : string
GetStsUrl ( string realm ) : string

Private Methods

Méthode Description
GetMetadataDocument ( string realm ) : JsonMetadataDocument

Method Details

GetAcsSigningCert() public static méthode

public static GetAcsSigningCert ( string realm ) : X509Certificate2
realm string
Résultat System.Security.Cryptography.X509Certificates.X509Certificate2

GetDelegationServiceUrl() public static méthode

public static GetDelegationServiceUrl ( string realm ) : string
realm string
Résultat string

GetStsUrl() public static méthode

public static GetStsUrl ( string realm ) : string
realm string
Résultat string