Property | Type | Description | |
---|---|---|---|
_cert | |||
_certProvider | ICertificateProvider | ||
_log | ILog |
Method | Description | |
---|---|---|
DigitalSignatureProcessor ( ICertificateProvider certProvider ) : System | ||
Dispose ( ) : void | ||
ProcessInbound ( |
||
ProcessMessage ( |
||
ProcessOutbound ( |
public DigitalSignatureProcessor ( ICertificateProvider certProvider ) : System | ||
certProvider | ICertificateProvider | |
return | System |
public ProcessInbound ( |
||
context | ||
continueProcessing | System.Action | |
return | void |
public ProcessMessage ( |
||
context | ||
continueProcessing | System.Action | |
return | void |
public ProcessOutbound ( |
||
context | ||
continueProcessing | System.Action | |
return | void |
protected X509Certificate2,System.Security.Cryptography.X509Certificates _cert | ||
return |
protected ICertificateProvider _certProvider | ||
return | ICertificateProvider |