Property | Type | Description | |
---|---|---|---|
ReadContentInfo | |||
ReadContentInfo | |||
ReadContentInfo |
Method | Description | |
---|---|---|
CreateBerSetFromList ( IList berObjects ) : |
||
CreateDerSetFromList ( IList derObjects ) : |
||
GetCertificatesFromStore ( IX509Store certStore ) : IList | ||
GetCrlsFromStore ( IX509Store crlStore ) : IList | ||
StreamToByteArray ( Stream inStream ) : byte[] |
Method | Description | |
---|---|---|
ReadContentInfo ( |
||
ReadContentInfo ( Stream input ) : |
||
ReadContentInfo ( byte input ) : |
public static CreateBerSetFromList ( IList berObjects ) : |
||
berObjects | IList | |
return |
public static CreateDerSetFromList ( IList derObjects ) : |
||
derObjects | IList | |
return |
public static GetCertificatesFromStore ( IX509Store certStore ) : IList | ||
certStore | IX509Store | |
return | IList |
public static GetCrlsFromStore ( IX509Store crlStore ) : IList | ||
crlStore | IX509Store | |
return | IList |
public static StreamToByteArray ( Stream inStream ) : byte[] | ||
inStream | Stream | |
return | byte[] |