From f0a2f85edf7a86cc77dc8c556833002e76a5ea0b Mon Sep 17 00:00:00 2001 From: antiduh Date: Mon, 7 Jul 2014 19:20:12 +0000 Subject: [PATCH] Comments. --- NSspi/Credentials/Credential.cs | 4 +++- NSspi/SecurityStatus.cs | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NSspi/Credentials/Credential.cs b/NSspi/Credentials/Credential.cs index 4b9cd19..69fad07 100644 --- a/NSspi/Credentials/Credential.cs +++ b/NSspi/Credentials/Credential.cs @@ -69,7 +69,9 @@ namespace NSspi.Credentials } /// - /// 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. /// public string PrincipleName { diff --git a/NSspi/SecurityStatus.cs b/NSspi/SecurityStatus.cs index 754ad11..e3eef6c 100644 --- a/NSspi/SecurityStatus.cs +++ b/NSspi/SecurityStatus.cs @@ -20,6 +20,9 @@ namespace NSspi #define SEC_E_NO_CREDENTIALS _HRESULT_TYPEDEF_(0x8009030EL) */ + /// + /// Defines the results of invoking the SSPI api. + /// public enum SecurityStatus : uint { // --- Success / Informational ---