Comments.
This commit is contained in:
@@ -69,7 +69,9 @@ namespace NSspi.Credentials
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public string PrincipleName
|
public string PrincipleName
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -20,6 +20,9 @@ namespace NSspi
|
|||||||
#define SEC_E_NO_CREDENTIALS _HRESULT_TYPEDEF_(0x8009030EL)
|
#define SEC_E_NO_CREDENTIALS _HRESULT_TYPEDEF_(0x8009030EL)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Defines the results of invoking the SSPI api.
|
||||||
|
/// </summary>
|
||||||
public enum SecurityStatus : uint
|
public enum SecurityStatus : uint
|
||||||
{
|
{
|
||||||
// --- Success / Informational ---
|
// --- Success / Informational ---
|
||||||
|
|||||||
Reference in New Issue
Block a user