Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This overload of Issue method has been deprecated. Please use Issue(CertificateInfo, PrivateKeyInfo) overload instead.",  _
	False)> _
Public Shared Function Issue ( _
	keyAlgorithm As KeyAlgorithm, _
	keySize As Integer, _
	signatureHashAlgorithm As SignatureHashAlgorithm, _
	certificateInfo As CertificateInfo, _
	<OutAttribute> ByRef privateKey As PrivateKeyInfo _
) As Certificate
C#
[ObsoleteAttribute("This overload of Issue method has been deprecated. Please use Issue(CertificateInfo, PrivateKeyInfo) overload instead.", 
	false)]
public static Certificate Issue(
	KeyAlgorithm keyAlgorithm,
	int keySize,
	SignatureHashAlgorithm signatureHashAlgorithm,
	CertificateInfo certificateInfo,
	out PrivateKeyInfo privateKey
)

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also