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