SPEncryptedString constructor
Initializes a new instance of the SPEncryptedString class based on the parameters that are provided.
Overload list
Name | Description | |
---|---|---|
SPEncryptedString() | This constructor is called implicitly by the default constructors of derived classes. Explicit calls to this constructor do not properly initialize the object. | |
SPEncryptedString(String, SPPersistedObject) | Initializes a new instance of the SPEncryptedString class. | |
SPEncryptedString(String, SPPersistedObject, Boolean) | Initializes a new instance of the SPEncryptedString class and optionally generates a unique name for the instance. |
Top