NAnt SDK Documentation - v0.85-nightly-2005-11-09

Credential.GetCredential Method 

[This is preliminary documentation and subject to change.]

Returns a NetworkCredential instance representing the current Credential.

[Visual Basic]
Public Function GetCredential() As ICredentials
[C#]
public ICredentials GetCredential();

Return Value

A NetworkCredential instance representing the current Credential, or a null reference (Nothing in Visual Basic) if the credentials should not be used to provide authentication information to the external resource.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.Credential.GetCredential

See Also

Credential Class | NAnt.Core.Types Namespace