SecurityServices for .NET 2.0 Documentation

Credential.Read Method 

[This is preliminary documentation and subject to change.]

Returns the binary contents of the credential.

public byte[] Read();

Return Value

A byte array that contains the contents of the credential.

Exceptions

Exception Type Condition
ObjectDisposedException The Credential instance has been closed.

See Also

Credential Class | Org.Mentalis.SecurityServices.Authentication Namespace