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 ) |
Parameters
- keyAlgorithm
- Type: Rebex.Security.Certificates..::..KeyAlgorithm
- keySize
- Type: System..::..Int32
- signatureHashAlgorithm
- Type: Rebex.Security.Certificates..::..SignatureHashAlgorithm
- certificateInfo
- Type: Rebex.Security.Cryptography.Pkcs..::..CertificateInfo
- privateKey
- Type: Rebex.Security.Cryptography.Pkcs..::..PrivateKeyInfo%