Click or drag to resize

SecurityKey Constructor

Overload List
 NameDescription
Public methodSecurityKey(SecureString) Constructs a SecurityKey object using the string security key held by the SecureString passed in, or throws a FormatException if the string is clearly invalid.
Public methodSecurityKey(String) Constructs a SecurityKey object using the specified string security key or throws a FormatException if the string is clearly invalid.
Top
See Also