Reworking Credential so that it can be extended by a third party for adapting to other means of acquiring credentials.
This commit is contained in:
@@ -199,6 +199,15 @@ namespace NSspi.Credentials
|
||||
|
||||
return this.expiry;
|
||||
}
|
||||
protected set
|
||||
{
|
||||
if( this.disposed )
|
||||
{
|
||||
throw new ObjectDisposedException( "Credential" );
|
||||
}
|
||||
|
||||
this.expiry = value;
|
||||
}
|
||||
}
|
||||
|
||||
public SafeCredentialHandle Handle
|
||||
|
||||
Reference in New Issue
Block a user