C# Class FluentACS.Specs.ServiceIdentityWithX509CertificateSpec

Exibir arquivo Open project: jrowies/FluentACS Class Usage Examples

Public Methods

Method Description
EncryptionCertificate ( X509Certificate2 certificate ) : ServiceIdentityWithX509CertificateSpec
EncryptionCertificate ( string path ) : ServiceIdentityWithX509CertificateSpec
EncryptionCertificateIdentifiedBy ( string thumbprint, StoreName storeName = StoreName.My, StoreLocation storeLocation = StoreLocation.CurrentUser ) : ServiceIdentityWithX509CertificateSpec
Name ( string name ) : ServiceIdentityWithX509CertificateSpec

Private Methods

Method Description
Certificates ( ) : IEnumerable
Name ( ) : string

Method Details

EncryptionCertificate() public method

public EncryptionCertificate ( X509Certificate2 certificate ) : ServiceIdentityWithX509CertificateSpec
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
return ServiceIdentityWithX509CertificateSpec

EncryptionCertificate() public method

public EncryptionCertificate ( string path ) : ServiceIdentityWithX509CertificateSpec
path string
return ServiceIdentityWithX509CertificateSpec

EncryptionCertificateIdentifiedBy() public method

public EncryptionCertificateIdentifiedBy ( string thumbprint, StoreName storeName = StoreName.My, StoreLocation storeLocation = StoreLocation.CurrentUser ) : ServiceIdentityWithX509CertificateSpec
thumbprint string
storeName StoreName
storeLocation StoreLocation
return ServiceIdentityWithX509CertificateSpec

Name() public method

public Name ( string name ) : ServiceIdentityWithX509CertificateSpec
name string
return ServiceIdentityWithX509CertificateSpec