Net.Pkcs11Interop.Common.Pkcs11Uri.Pkcs11Uri C# (CSharp) Method

Pkcs11Uri() public method

Intializes new instance of Pkcs11Uri class that parses provided PKCS#11 URI and checks max lengths of path attribute values
public Pkcs11Uri ( string uri ) : System
uri string PKCS#11 URI to be parsed
return System
        public Pkcs11Uri(string uri)
            : this(uri, true)
        {

        }

Same methods

Pkcs11Uri::Pkcs11Uri ( string uri, bool checkLengths ) : System