SecurityServices for .NET 2.0 Documentation

Credential.Name Property

[This is preliminary documentation and subject to change.]

Gets or sets the name of the credential.

public  Name {get; set;}

Property Value

A string that contains the name of the credential.

Exceptions

Exception Type Condition
ObjectDisposedException The Credential instance has been closed.
CredentialException An error occurs while trying to rename the credential.
ArgumentNullException value is a null reference.
ArgumentException value is invalid.

See Also

Credential Class | Org.Mentalis.SecurityServices.Authentication Namespace