C# Class Saml.Certificate

ファイルを表示 Open project: onelogin/dotnet-saml

Public Properties

Property Type Description
cert X509Certificate2

Public Methods

Method Description
LoadCertificate ( byte certificate ) : void
LoadCertificate ( string certificate ) : void

Private Methods

Method Description
StringToByteArray ( string st ) : byte[]

Method Details

LoadCertificate() public method

public LoadCertificate ( byte certificate ) : void
certificate byte
return void

LoadCertificate() public method

public LoadCertificate ( string certificate ) : void
certificate string
return void

Property Details

cert public_oe property

public X509Certificate2 cert
return X509Certificate2