Comments.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user