public SignedCmsBuilder(
Oid contentType,
byte[] content = null
)
Public Sub New (
contentType As Oid,
Optional content As Byte() = Nothing
)
public:
SignedCmsBuilder(
Oid^ contentType,
array<unsigned char>^ content = nullptr
)
new :
contentType : Oid *
?content : byte[]
(* Defaults:
let _content = defaultArg content null
*)
-> SignedCmsBuilder
If content parameter is presented, the content must be properly encoded without outer SEQUENCE type.