C# Class Telligent.Services.SamlAuthenticationPlugin.Components.CleanThumbprintRule

Inheritance: IPropertyRule
Afficher le fichier Open project: Telligent/SAML

Méthodes publiques

Méthode Description
LoadConfiguration ( PropertyRule rule, System node ) : void
ValueChanged ( System.Property property, ConfigurationDataBase data ) : void

Remove non printing characters such as byte order marks from certificate thumbprints

Private Methods

Méthode Description
CleanThumbprint ( string thumbprint ) : string

Method Details

LoadConfiguration() public méthode

public LoadConfiguration ( PropertyRule rule, System node ) : void
rule PropertyRule
node System
Résultat void

ValueChanged() public méthode

Remove non printing characters such as byte order marks from certificate thumbprints
public ValueChanged ( System.Property property, ConfigurationDataBase data ) : void
property System.Property
data ConfigurationDataBase
Résultat void