Comments.

This commit is contained in:
antiduh
2014-07-07 19:20:12 +00:00
parent 4186938ebc
commit f0a2f85edf
2 changed files with 6 additions and 1 deletions

View File

@@ -69,7 +69,9 @@ namespace NSspi.Credentials
}
/// <summary>
/// Returns the name of the principle of the credential.
/// Returns the User Principle Name of the credential. Depending on the underlying security
/// package used by the credential, this may not be the same as the Down-Level Logon Name
/// for the user.
/// </summary>
public string PrincipleName
{

View File

@@ -20,6 +20,9 @@ namespace NSspi
#define SEC_E_NO_CREDENTIALS _HRESULT_TYPEDEF_(0x8009030EL)
*/
/// <summary>
/// Defines the results of invoking the SSPI api.
/// </summary>
public enum SecurityStatus : uint
{
// --- Success / Informational ---