UserCertificateStore
Namespace: Lacuna.Pki.Stores
Assembly: Lacuna.Pki
Class
public class UserCertificateStore : ICertificateStore
Hierarquia: object → UserCertificateStore
Construtores
UserCertificateStore(IUserCertificateStore)
public UserCertificateStore(IUserCertificateStore userStore)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
userStore | IUserCertificateStore |
Métodos
GetCertificate(byte[])
Find a certificate by its Key Identifier
public PKCertificate GetCertificate(byte[] keyIdentifier)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
keyIdentifier | byte[] |
Retorno
GetCertificate(Name, BigInteger)
Find a certificate by its Issuer Name and Serial Number
public PKCertificate GetCertificate(Name issuerName, BigInteger serialNumber)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
issuerName | Name | Certificate's issuer name |
serialNumber | BigInteger | Certificate's serial number |
Retorno
GetCertificates(Name)
Find one or more certificates by its Subject Name
public List<PKCertificate> GetCertificates(Name subjectName)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
subjectName | Name |
Retorno
Membros herdados
ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()