SecurityServices for .NET 2.0 Documentation

Credential.Persist Property

[This is preliminary documentation and subject to change.]

Gets or sets the persistence type of the credential.

public  Persist {get; set;}

Property Value

One of the PersistType values.

Exceptions

Exception Type Condition
ObjectDisposedException The Credential instance has been closed.
CredentialException An error occurs while trying to set the comment of the credential.
ArgumentException value is invalid.

See Also

Credential Class | Org.Mentalis.SecurityServices.Authentication Namespace