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
finder
Type: Rebex.Security.Cryptography.Pkcs..::..ICertificateFinder
silent
Type: System..::..Boolean

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also