public UserNotice(
NoticeReference noticeRef,
string str
)
Public Sub New (
noticeRef As NoticeReference,
str As String
)
public:
UserNotice(
NoticeReference^ noticeRef,
String^ str
)
Org.BouncyCastle.Asn1.X509.UserNotice = function(noticeRef, str);