init commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Org.BouncyCastle.Asn1.Misc;
|
||||
|
||||
public class NetscapeRevocationUrl : DerIA5String
|
||||
{
|
||||
public NetscapeRevocationUrl(DerIA5String str)
|
||||
: base(str.GetString())
|
||||
{
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return "NetscapeRevocationUrl: " + GetString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user