C# Class Samples.Server.ClientCertificateAuthenticationExtensions

Afficher le fichier Open project: dealproc/Drey

Méthodes publiques

Méthode Description
UseClientCertificateAuthentication ( this app, ClientCertificateAuthenticationOptions options ) : IAppBuilder
UseClientCertificateAuthentication ( this app, X509RevocationMode revocationMode = X509RevocationMode.Online, bool createExtendedClaims = false ) : IAppBuilder

Method Details

UseClientCertificateAuthentication() public static méthode

public static UseClientCertificateAuthentication ( this app, ClientCertificateAuthenticationOptions options ) : IAppBuilder
app this
options ClientCertificateAuthenticationOptions
Résultat IAppBuilder

UseClientCertificateAuthentication() public static méthode

public static UseClientCertificateAuthentication ( this app, X509RevocationMode revocationMode = X509RevocationMode.Online, bool createExtendedClaims = false ) : IAppBuilder
app this
revocationMode X509RevocationMode
createExtendedClaims bool
Résultat IAppBuilder