C# Class Saml.Certificate

Afficher le fichier Open project: onelogin/dotnet-saml

Méthodes publiques

Свойство Type Description
cert X509Certificate2

Méthodes publiques

Méthode Description
LoadCertificate ( byte certificate ) : void
LoadCertificate ( string certificate ) : void

Private Methods

Méthode Description
StringToByteArray ( string st ) : byte[]

Method Details

LoadCertificate() public méthode

public LoadCertificate ( byte certificate ) : void
certificate byte
Résultat void

LoadCertificate() public méthode

public LoadCertificate ( string certificate ) : void
certificate string
Résultat void

Property Details

cert public_oe property

public X509Certificate2 cert
Résultat X509Certificate2