Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("This method has been deprecated and will be removed. Use PkcsBase.LoadSignedOrEnvelopedData instead.", _ True)> _ Public Shared Function Load ( _ input As Stream, _ finder As ICertificateFinder, _ silent As Boolean _ ) As PkcsBase |
C# |
---|
[ObsoleteAttribute("This method has been deprecated and will be removed. Use PkcsBase.LoadSignedOrEnvelopedData instead.", true)] public static PkcsBase Load( Stream input, ICertificateFinder finder, bool silent ) |
Parameters
- input
- Type: System.IO..::..Stream
- silent
- Type: System..::..Boolean