public static ICollection<string> Algorithms { get; }
Public Shared ReadOnly Property Algorithms As ICollection(Of String)
Get
public:
static property ICollection<String^>^ Algorithms {
ICollection<String^>^ get ();
}
Org.BouncyCastle.Security.SignerUtilities.get_Algorithms = function();