public static PasswordRecipientInfo GetInstance(
Asn1TaggedObject obj,
bool explicitly
)
Public Shared Function GetInstance (
obj As Asn1TaggedObject,
explicitly As Boolean
) As PasswordRecipientInfo
public:
static PasswordRecipientInfo^ GetInstance(
Asn1TaggedObject^ obj,
bool explicitly
)
Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo.GetInstance = function(obj, explicitly);