public class SCEPChallengeStoreEntry : IEquatable<SCEPChallengeStoreEntry>
Public Class SCEPChallengeStoreEntry
Implements IEquatable(Of SCEPChallengeStoreEntry)
public ref class SCEPChallengeStoreEntry : IEquatable<SCEPChallengeStoreEntry^>
type SCEPChallengeStoreEntry =
class
interface IEquatable<SCEPChallengeStoreEntry>
end
SCEPChallengeStoreEntry | Represents SCEP challenge password store (cache) entry. |
Challenge | Specifies the challenge password. |
Parameters | Specifies optional challenge password request parameters. |
Template | Specifies the template name associated with the current challenge password. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |